ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexRadarSeries<T> Class / ChartType Property

In This Topic
    ChartType Property (FlexRadarSeries<T>)
    In This Topic
    Gets or sets the chart type for a specific series, overriding the chart type set on the overall chart.
    Syntax
    'Declaration
     
    Public Property ChartType As Nullable(Of RadarChartType)
    public Nullable<RadarChartType> ChartType {get; set;}
    See Also